home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / v cisle / smartmont / smartmontools-5.37-1.win32-setup.exe / doc / smartd.conf.5.txt < prev    next >
Text File  |  2006-12-20  |  63KB  |  1,165 lines

  1. SMARTD.CONF(5)                    2006/12/20                    SMARTD.CONF(5)
  2.  
  3.  
  4.  
  5. NAME
  6.        smartd.conf - SMART Disk Monitoring Daemon Configuration File
  7.  
  8.  
  9. FULL PATH
  10.        /usr/local/etc/smartd.conf
  11.  
  12.  
  13. PACKAGE VERSION
  14.        smartmontools-5.37 released 2006/12/20 at 20:37:59 UTC
  15.  
  16.  
  17. DESCRIPTION
  18.        /usr/local/etc/smartd.conf  is  the  configuration  file for the smartd
  19.        daemon, which monitors  the  Self-Monitoring,  Analysis  and  Reporting
  20.        Technology  (SMART) system built into many ATA-3 and later ATA, IDE and
  21.        SCSI-3 hard drives.
  22.  
  23.        If the configuration file /usr/local/etc/smartd.conf is present, smartd
  24.        reads  it  at startup, before fork(2)ing into the background. If smartd
  25.        subsequently receives a HUP signal, it will then re-read the configura-
  26.        tion file.  If smartd is running in debug mode, then an INT signal will
  27.        also make it re-read the configuration file. This signal can be  gener-
  28.        ated  by typing <CONTROL-C> in the terminal window where smartd is run-
  29.        ning.
  30.  
  31.  
  32.  
  33. CONFIGURATION FILE /usr/local/etc/smartd.conf
  34.        In the absence of a configuration file, under Linux smartd will try  to
  35.        open the 20 ATA devices /dev/hd[a-t] and the 26 SCSI devices /dev/sd[a-
  36.        z].  Under FreeBSD, smartd will try to open all  existing  ATA  devices
  37.        (with  entries  in  /dev)  /dev/ad[0-9]+  and all existing SCSI devices
  38.        /dev/da[0-9]+.  Under NetBSD/OpenBSD,  smartd  will  try  to  open  all
  39.        existing  ATA  devices  (with  entries  in /dev) /dev/wd[0-9]+c and all
  40.        existing SCSI devices /dev/sd[0-9]+c.  Under Solaris smartd will try to
  41.        open  all  entries  "/dev/rdsk/c?t?d?s?"  for  IDE/ATA  and  SCSI  disk
  42.        devices, and entries "/dev/rmt/*" for SCSI tape devices.  Under Windows
  43.        smartd  will  try  to  open  all  entries  "/dev/hd[a-j]"  ("\\.\Physi-
  44.        calDrive[0-9]") for IDE/ATA devices on  WinNT4/2000/XP,  "/dev/hd[a-d]"
  45.        (bitmask  from "\\.\SMARTVSD") for IDE/ATA devices on Win95/98/98SE/ME,
  46.        and "/dev/scsi[0-9][0-7]" (ASPI adapter 0-9, ID 0-7) for  SCSI  devices
  47.        on  all  versions  of  Windows.  Under Darwin, smartd will open any ATA
  48.        block storage device.
  49.  
  50.        This can be annoying if you have an ATA or SCSI device  that  hangs  or
  51.        misbehaves when receiving SMART commands.  Even if this causes no prob-
  52.        lems, you may be annoyed by the string  of  error  log  messages  about
  53.        block-major devices that can't be found, and SCSI devices that can't be
  54.        opened.
  55.  
  56.        One can avoid this problem, and gain more control  over  the  types  of
  57.        events   monitored   by   smartd,   by  using  the  configuration  file
  58.        /usr/local/etc/smartd.conf.  This file contains a list  of  devices  to
  59.        monitor,  with  one  device per line.  An example file is included with
  60.        the smartmontools distribution. You will find this sample configuration
  61.        file  in  /usr/local/share/doc/smartmontools-5.37/.  For  security, the
  62.        configuration file should not be writable by anyone but root. The  syn-
  63.        tax of the file is as follows:
  64.  
  65.        o   There  should  be one device listed per line, although you may have
  66.            lines that are entirely comments or white space.
  67.  
  68.        o   Any text following a hash sign '#' and up to the end of the line is
  69.            taken to be a comment, and ignored.
  70.  
  71.        o   Lines  may  be  continued by using a backslash '\' as the last non-
  72.            whitespace or non-comment item on a line.
  73.  
  74.        o   Note: a line whose first character is a hash sign '#' is treated as
  75.            a  white-space blank line, not as a non-existent line, and will end
  76.            a continuation line.
  77.  
  78.        Here is an example configuration file.  It's for illustrative  purposes
  79.        only;  please don't copy it onto your system without reading to the end
  80.        of the DIRECTIVES Section below!
  81.  
  82.        ################################################
  83.        # This is an example smartd startup config file
  84.        # /usr/local/etc/smartd.conf for monitoring three
  85.        # ATA disks, three SCSI disks, six ATA disks
  86.        # behind two 3ware controllers, three SATA disks
  87.        # directly connected to the highpoint rocket-
  88.        # raid controller, two SATA disks connected to
  89.        # the highpoint rocketraid controller via a pmport
  90.        # device and one SATA disk.
  91.        #
  92.        # First ATA disk on two different interfaces. On
  93.        # the second disk, start a long self-test every
  94.        # Sunday between 3 and 4 am.
  95.        #
  96.          /dev/hda -a -m admin@example.com,root@localhost
  97.          /dev/hdc -a -I 194 -I 5 -i 12 -s L/../../7/03
  98.        #
  99.        # SCSI disks. Send a TEST warning email to admin on
  100.        # startup.
  101.        #
  102.          /dev/sda
  103.          /dev/sdb -m admin@example.com -M test
  104.        #
  105.        # Strange device. It's SCSI. Start a scheduled
  106.        # long self test between 5 and 6 am Monday/Thursday
  107.          /dev/weird -d scsi -s L/../../(1|4)/05
  108.        #
  109.        # An ATA disk may appear as a SCSI device to the
  110.        # OS. If a SCSI to ATA Translation (SAT) layer
  111.        # is between the OS and the device then this can be
  112.        # flagged with the '-d sat' option. This situation
  113.        # may become common with SATA disks in SAS and FC
  114.        # environments.
  115.          /dev/sda -a -d sat
  116.        #
  117.        # Four ATA disks on a 3ware 6/7/8000 controller.
  118.        # Start short self-tests daily between midnight and 1am,
  119.        # 1-2, 2-3, and 3-4 am. Starting with the Linux 2.6
  120.        # kernel series, /dev/sdX is deprecated in favor of
  121.        # /dev/tweN. For example replace /dev/sdc by /dev/twe0
  122.        # and /dev/sdd by /dev/twe1.
  123.          /dev/sdc -d 3ware,0 -a -s S/../.././00
  124.          /dev/sdc -d 3ware,1 -a -s S/../.././01
  125.          /dev/sdd -d 3ware,2 -a -s S/../.././02
  126.          /dev/sdd -d 3ware,3 -a -s S/../.././03
  127.        #
  128.        # Two ATA disks on a 3ware 9000 controller.
  129.        # Start long self-tests Sundays between midnight and
  130.        # 1am and 2-3 am
  131.          /dev/twa0 -d 3ware,0 -a -s L/../../7/00
  132.          /dev/twa0 -d 3ware,1 -a -s L/../../7/02
  133.        #
  134.        # Three SATA disks on a highpoint rocketraid controller.
  135.        # Start short self-tests daily between 1-2, 2-3, and
  136.        # 3-4 am.
  137.          /dev/sde -d hpt,1/1 -a -s S/../.././01
  138.          /dev/sde -d hpt,1/2 -a -s S/../.././02
  139.          /dev/sde -d hpt,1/3 -a -s S/../.././03
  140.        #
  141.        # Two SATA disks connected to a highpoint rocketraid
  142.        # via a pmport device. Start long self-tests Sundays
  143.        # between midnight and 1am and 2-3 am.
  144.          /dev/sde -d hpt,1/4/1 -a -s L/../../7/00
  145.          /dev/sde -d hpt,1/4/2 -a -s L/../../7/02
  146.        #
  147.        # The following line enables monitoring of the
  148.        # ATA Error Log and the Self-Test Error Log.
  149.        # It also tracks changes in both Prefailure
  150.        # and Usage Attributes, apart from Attributes
  151.        # 9, 194, and 231, and shows continued lines:
  152.        #
  153.          /dev/hdd -l error \
  154.                   -l selftest \
  155.                   -t \      # Attributes not tracked:
  156.                   -I 194 \  # temperature
  157.                   -I 231 \  # also temperature
  158.                   -I 9      # power-on hours
  159.        #
  160.        ################################################
  161.  
  162.  
  163.  
  164. CONFIGURATION FILE DIRECTIVES
  165.        If the first non-comment entry in the configuration file  is  the  text
  166.        string  DEVICESCAN  in  capital  letters,  then  smartd will ignore any
  167.        remaining lines in the configuration file, and will scan  for  devices.
  168.        DEVICESCAN  may optionally be followed by Directives that will apply to
  169.        all devices that are found in the scan.  Please  see  below  for  addi-
  170.        tional details.
  171.  
  172.  
  173.  
  174.        The  following  are the Directives that may appear following the device
  175.        name or DEVICESCAN on any line of the  /usr/local/etc/smartd.conf  con-
  176.        figuration  file.  Note  that  these  are  NOT command-line options for
  177.        smartd.  The Directives below may appear in any  order,  following  the
  178.        device name.
  179.  
  180.        For  an  ATA  device,  if no Directives appear, then the device will be
  181.        monitored as if the '-a' Directive (monitor all SMART  properties)  had
  182.        been given.
  183.  
  184.        If  a  SCSI  disk is listed, it will be monitored at the maximum imple-
  185.        mented level: roughly equivalent to using the '-H -l selftest'  options
  186.        for  an  ATA disk.  So with the exception of '-d', '-m', '-l selftest',
  187.        '-s', and '-M', the Directives below are ignored for SCSI  disks.   For
  188.        SCSI  disks, the '-m' Directive sends a warning email if the SMART sta-
  189.        tus indicates a disk failure or problem, if the SCSI inquiry about disk
  190.        status fails, or if new errors appear in the self-test log.
  191.  
  192.        If a 3ware controller is used then the corresponding SCSI (/dev/sd?) or
  193.        character device (/dev/twe?  or /dev/twa?) must be listed,  along  with
  194.        the  '-d  3ware,N'  Directive  (see  below).   The individual ATA disks
  195.        hosted by the 3ware controller appear to smartd as normal ATA  devices.
  196.        Hence  all the ATA directives can be used for these disks (but see note
  197.        below).
  198.  
  199.  
  200.        -d TYPE
  201.               Specifies the type of the device.  This Directive  may  be  used
  202.               multiple times for one device, but the arguments ata, scsi, sat,
  203.               marvell, cciss,N and 3ware,N  are  mutually-exclusive.  If  more
  204.               than  one  is  given  then  smartd  will  use the last one which
  205.               appears.
  206.  
  207.               If none of these three arguments  is  given,  then  smartd  will
  208.               first attempt to guess the device type by looking at whether the
  209.               sixth character in the device name is an 's' or  an  'h'.   This
  210.               will work for device names like /dev/hda or /dev/sdb, and corre-
  211.               sponds to choosing ata or scsi  respectively.  If  smartd  can't
  212.               guess  from  this  sixth  character,  then it will simply try to
  213.               access the device using first ATA and then SCSI ioctl()s.
  214.  
  215.               The valid arguments to this Directive are:
  216.  
  217.               ata - the device type is ATA.  This prevents smartd from issuing
  218.               SCSI commands to an ATA device.
  219.  
  220.               scsi - the device type is SCSI.  This prevents smartd from issu-
  221.               ing ATA commands to a SCSI device.
  222.  
  223.               sat - the device type is SCSI to ATA Translation (SAT).   smartd
  224.               will  generate ATA (smart) commands and then package them in the
  225.               SAT defined ATA PASS THROUGH SCSI  commands.  The  commands  are
  226.               then routed through the SCSI pass through interface to the oper-
  227.               ating system. There are two types of ATA PASS THROUGH SCSI  com-
  228.               mands: a 12 byte and 16 byte variant.  smartd can use either and
  229.               defaults to the 16 byte variant. This  can  be  overridden  with
  230.               this syntax: '-d sat,12' or '-d sat,16'.
  231.  
  232.               marvell  -  Under Linux, interact with SATA disks behind Marvell
  233.               chip-set controllers  (using  the  Marvell  rather  than  libata
  234.               driver).
  235.  
  236.               3ware,N - the device consists of one or more ATA disks connected
  237.               to a 3ware RAID controller. The non-negative integer N  (in  the
  238.               range  from  0  to  15 inclusive) denotes which disk on the con-
  239.               troller is monitored.  In log files and email messages this disk
  240.               will be identified as 3ware_disk_XX with XX in the range from 00
  241.               to 15 inclusive.
  242.  
  243.               This Directive may at first appear confusing, because the  3ware
  244.               controller  is  a  SCSI  device (such as /dev/sda) and should be
  245.               listed as such in the the configuration file.  However when  the
  246.               '-d  3ware,N'  Directive is used, then the corresponding disk is
  247.               addressed using native ATA commands which are  'passed  through'
  248.               the  SCSI driver. All ATA Directives listed in this man page may
  249.               be used.  Note that while you may use any of the 3ware SCSI log-
  250.               ical  devices  /dev/sd?  to  address  any  of the physical disks
  251.               (3ware ports), error and log messages will make the  most  sense
  252.               if  you  always list the 3ware SCSI logical device corresponding
  253.               to the particular physical disks.  Please see the  smartctl  man
  254.               page for further details.
  255.  
  256.               ATA disks behind 3ware controllers may alternatively be accessed
  257.               via   a   character   device   interface   /dev/twe0-15   (3ware
  258.               6000/7000/8000  controllers) and /dev/twa0-15 (3ware 9000 series
  259.               controllers).  Note that the 9000 series controllers may only be
  260.               accessed  using  the character device interface /dev/twa0-15 and
  261.               not the SCSI device interface /dev/sd?.  Please see the smartctl
  262.               man page for further details.
  263.  
  264.               Note  that  older  3w-xxxx  drivers  do  not  pass  the  'Enable
  265.               Autosave' (-S on) and 'Enable Automatic Offline'  (-o  on)  com-
  266.               mands  to  the  disk, if the SCSI interface is used, and produce
  267.               these types of harmless syslog error messages instead: '3w-xxxx:
  268.               tw_ioctl():  Passthru  size (123392) too big'. This can be fixed
  269.               by upgrading to version 1.02.00.037  or  later  of  the  3w-xxxx
  270.               driver,   or  by  applying  a  patch  to  older  versions.   See
  271.               http://smartmontools.sourceforge.net/ for instructions.   Alter-
  272.               natively use the character device interfaces /dev/twe0-15 (3ware
  273.               6/7/8000 series controllers) or /dev/twa0-15 (3ware 9000  series
  274.               controllers).
  275.  
  276.               cciss,N  -  the  device  consists of one or more SCSI disks con-
  277.               nected to a cciss RAID controller. The  non-negative  integer  N
  278.               (in  the range from 0 to 15 inclusive) denotes which disk on the
  279.               controller is monitored.  In log files and email  messages  this
  280.               disk  will  be  identified as cciss_disk_XX with XX in the range
  281.               from 00 to 15 inclusive.
  282.  
  283.               3ware and cciss controllers are currently ONLY  supported  under
  284.               Linux.
  285.  
  286.               hpt,L/M/N  -  the  device consists of one or more ATA disks con-
  287.               nected to a HighPoint RocketRAID controller.  The integer  L  is
  288.               the  controller id, the integer M is the channel number, and the
  289.               integer N is the PMPort number if it is available.  The  allowed
  290.               values  of L are from 1 to 4 inclusive, M are from 1 to 8 inclu-
  291.               sive and N from 1 to 4 if PMPort available.  And also these val-
  292.               ues  are  limited  by the model of the HighPoint RocketRAID con-
  293.               troller.  In log files and email  messages  this  disk  will  be
  294.               identified  as hpt_X/X/X and X/X/X is the same as L/M/N, note if
  295.               no N indicated, N set to the default value 1.
  296.  
  297.               HighPoint RocketRAID controllers are  currently  ONLY  supported
  298.               under Linux.
  299.  
  300.               removable  -  the  device or its media is removable.  This indi-
  301.               cates to smartd that it should  continue  (instead  of  exiting,
  302.               which  is the default behavior) if the device does not appear to
  303.               be present when smartd is started.  This Directive may  be  used
  304.               in conjunction with the other '-d' Directives.
  305.  
  306.  
  307.        -n POWERMODE[,q]
  308.               This  'nocheck'  Directive  is used to prevent a disk from being
  309.               spun-up when it is periodically polled by smartd.
  310.  
  311.               ATA disks have five different power states. In order of increas-
  312.               ing  power  consumption  they  are:  'OFF',  'SLEEP', 'STANDBY',
  313.               'IDLE', and 'ACTIVE'.  Typically in the OFF, SLEEP, and  STANDBY
  314.               modes  the  disk's  platters  are  not spinning. But usually, in
  315.               response to SMART commands issued by smartd, the  disk  platters
  316.               are  spun  up.  So if this option is not used, then a disk which
  317.               is  in  a  low-power  mode  may  be  spun  up  and  put  into  a
  318.               higher-power mode when it is periodically polled by smartd.
  319.  
  320.               Note  that  if the disk is in SLEEP mode when smartd is started,
  321.               then it won't respond to smartd commands, and so the disk  won't
  322.               be registered as a device for smartd to monitor. If a disk is in
  323.               any other low-power mode, then the commands issued by smartd  to
  324.               register the disk will probably cause it to spin-up.
  325.  
  326.               The  '-n'  (nocheck)  Directive  specifies  if smartd's periodic
  327.               checks should still be carried out  when  the  device  is  in  a
  328.               low-power  mode.   It  may  be used to prevent a disk from being
  329.               spun-up by periodic smartd polling.  The allowed values of  POW-
  330.               ERMODE are:
  331.  
  332.               never  -  smartd  will poll (check) the device regardless of its
  333.               power mode. This may cause a  disk  which  is  spun-down  to  be
  334.               spun-up  when smartd checks it.  This is the default behavior if
  335.               the '-n' Directive is not given.
  336.  
  337.               sleep - check the device unless it is in SLEEP mode.
  338.  
  339.               standby - check the device unless it  is  in  SLEEP  or  STANDBY
  340.               mode.   In  these  modes  most disks are not spinning, so if you
  341.               want to prevent a laptop disk from spinning up  each  time  that
  342.               smartd polls, this is probably what you want.
  343.  
  344.               idle  -  check the device unless it is in SLEEP, STANDBY or IDLE
  345.               mode.  In the IDLE state, most disks are still spinning, so this
  346.               is probably not what you want.
  347.  
  348.               When  a  self  test is scheduled (see '-s' Directive below), the
  349.               '-n' Directive is ignored, and all tests are carried out.
  350.  
  351.               When a periodic test  is  skipped,  smartd  normally  writes  an
  352.               informal log message. The message can be suppressed by appending
  353.               the option ',q' to POWERMODE (like '-n standby,q').   This  pre-
  354.               vents a laptop disk from spinning up due to this message.
  355.  
  356.  
  357.        -T TYPE
  358.               Specifies  how  tolerant smartd should be of SMART command fail-
  359.               ures.  The valid arguments to this Directive are:
  360.  
  361.               normal - do not try to monitor the disk  if  a  mandatory  SMART
  362.               command  fails, but continue if an optional SMART command fails.
  363.               This is the default.
  364.  
  365.               permissive - try to monitor the disk even if it appears to  lack
  366.               SMART  capabilities.   This  may  be required for some old disks
  367.               (prior to ATA-3 revision 4) that implemented  SMART  before  the
  368.               SMART  standards were incorporated into the ATA/ATAPI Specifica-
  369.               tions.  This may also be needed for some Maxtor disks which fail
  370.               to  comply  with the ATA Specifications and don't properly indi-
  371.               cate support for error- or self-test logging.
  372.  
  373.               [Please see the smartctl -T command-line option.]
  374.  
  375.        -o VALUE
  376.               Enables or disables SMART Automatic Offline Testing when  smartd
  377.               starts  up  and  has  no further effect.  The valid arguments to
  378.               this Directive are on and off.
  379.  
  380.               The delay between tests is  vendor-specific,  but  is  typically
  381.               four hours.
  382.  
  383.               Note that SMART Automatic Offline Testing is not part of the ATA
  384.               Specification.  Please see the smartctl -o  command-line  option
  385.               documentation for further information about this feature.
  386.  
  387.        -S VALUE
  388.               Enables or disables Attribute Autosave when smartd starts up and
  389.               has no further effect.  The valid arguments  to  this  Directive
  390.               are  on  and  off.   Also affects SCSI devices.  [Please see the
  391.               smartctl -S command-line option.]
  392.  
  393.        -H     Check the SMART health status of the disk.   If  any  Prefailure
  394.               Attributes  are  less  than  or equal to their threshold values,
  395.               then disk failure is predicted in less than 24 hours, and a mes-
  396.               sage  at  loglevel  'LOG_CRITICAL'  will  be  logged  to syslog.
  397.               [Please see the smartctl -H command-line option.]
  398.  
  399.        -l TYPE
  400.               Reports increases in the number of errors  in  one  of  the  two
  401.               SMART logs.  The valid arguments to this Directive are:
  402.  
  403.               error  -  report if the number of ATA errors reported in the ATA
  404.               Error Log has increased since the last check.
  405.  
  406.               selftest - report if the number of failed tests reported in  the
  407.               SMART  Self-Test  Log  has increased since the last check, or if
  408.               the timestamp associated with the most recent  failed  test  has
  409.               increased.  Note that such errors will only be logged if you run
  410.               self-tests on the disk (and it fails a test!).   Self-Tests  can
  411.               be  run  automatically  by smartd: please see the '-s' Directive
  412.               below.  Self-Tests  can  also  be  run  manually  by  using  the
  413.               '-t short'  and '-t long' options of smartctl and the results of
  414.               the testing can be observed  using  the  smartctl  '-l selftest'
  415.               command-line option.]
  416.  
  417.               [Please see the smartctl -l and -t command-line options.]
  418.  
  419.        -s REGEXP
  420.               Run  Self-Tests  or Offline Immediate Tests, at scheduled times.
  421.               A Self- or Offline Immediate Test will be  run  at  the  end  of
  422.               periodic  device  polling,  if  all  12 characters of the string
  423.               T/MM/DD/d/HH match the extended regular expression REGEXP. Here:
  424.  
  425.               T   is the type of the test.  The values that smartd will try to
  426.                   match (in turn) are: 'L' for a Long  Self-Test,  'S'  for  a
  427.                   Short  Self-Test, 'C' for a Conveyance Self-Test (ATA only),
  428.                   and 'O' for an Offline Immediate Test (ATA only).   As  soon
  429.                   as  a  match is found, the test will be started and no addi-
  430.                   tional matches will be  sought  for  that  device  and  that
  431.                   polling cycle.
  432.  
  433.               MM  is the month of the year, expressed with two decimal digits.
  434.                   The range is from 01 (January) to 12  (December)  inclusive.
  435.                   Do  not  use a single decimal digit or the match will always
  436.                   fail!
  437.  
  438.               DD  is the day of the month, expressed with two decimal  digits.
  439.                   The  range  is from 01 to 31 inclusive.  Do not use a single
  440.                   decimal digit or the match will always fail!
  441.  
  442.               d   is the day of the week, expressed with  one  decimal  digit.
  443.                   The range is from 1 (Monday) to 7 (Sunday) inclusive.
  444.  
  445.               HH  is the hour of the day, written with two decimal digits, and
  446.                   given in hours after midnight.  The range is 00 (midnight to
  447.                   just before 1am) to 23 (11pm to just before midnight) inclu-
  448.                   sive.  Do not use a single decimal digit or the  match  will
  449.                   always fail!
  450.  
  451.               Some  examples  follow.   In reading these, keep in mind that in
  452.               extended regular expressions a dot '.' matches any single  char-
  453.               acter,  and a parenthetical expression such as '(A|B|C)' denotes
  454.               any one of the three possibilities A, B, or C.
  455.  
  456.               To schedule a short Self-Test between 2-3am every morning, use:
  457.                -s S/../.././02
  458.               To schedule a long Self-Test between 4-5am every Sunday morning,
  459.               use:
  460.                -s L/../../7/04
  461.               To  schedule  a  long Self-Test between 10-11pm on the first and
  462.               fifteenth day of each month, use:
  463.                -s L/../(01|15)/./22
  464.               To schedule an Offline Immediate test after every midnight, 6am,
  465.               noon,and  6pm,  plus a Short Self-Test daily at 1-2am and a Long
  466.               Self-Test every Saturday at 3-4am, use:
  467.                -s (O/../.././(00|06|12|18)|S/../.././01|L/../../6/03)
  468.  
  469.               Scheduled tests are run  immediately  following  the  regularly-
  470.               scheduled  device  polling, if the current local date, time, and
  471.               test type, match REGEXP.   By  default  the  regularly-scheduled
  472.               device  polling  occurs  every  thirty  minutes  after  starting
  473.               smartd.  Take caution if you use the '-i' option  to  make  this
  474.               polling  interval  more  than  sixty minutes: the poll times may
  475.               fail to coincide with any of the testing  times  that  you  have
  476.               specified  with REGEXP, and so the self tests may not take place
  477.               as you wish.
  478.  
  479.               Before running an offline or self-test, smartd checks to be sure
  480.               that  a  self-test  is  not  already running.  If a self-test is
  481.               already running, then this running self test will not be  inter-
  482.               rupted to begin another test.
  483.  
  484.               smartd  will not attempt to run any type of test if another test
  485.               was already started or run in the same hour.
  486.  
  487.               Each time a test is run, smartd will log  an  entry  to  SYSLOG.
  488.               You  can  use these or the '-q showtests' command-line option to
  489.               verify that you  constructed  REGEXP  correctly.   The  matching
  490.               order  (L  before  S before C before O) ensures that if multiple
  491.               test types are all scheduled for the same hour, the longer  test
  492.               type has precedence.  This is usually the desired behavior.
  493.  
  494.               Unix  users:  please  beware that the rules for extended regular
  495.               expressions [regex(7)]  are  not  the  same  as  the  rules  for
  496.               file-name  pattern matching by the shell [glob(7)].  smartd will
  497.               issue harmless informational  warning  messages  if  it  detects
  498.               characters  in REGEXP that appear to indicate that you have made
  499.               this mistake.
  500.  
  501.  
  502.        -m ADD Send a warning email to the email address ADD if the '-H', '-l',
  503.               '-f',  '-C', or '-O' Directives detect a failure or a new error,
  504.               or if a SMART command to the disk  fails.  This  Directive  only
  505.               works  in  conjunction  with these other Directives (or with the
  506.               equivalent default '-a' Directive).
  507.  
  508.               To prevent your email in-box from getting filled up with warning
  509.               messages, by default only a single warning will be sent for each
  510.               of the enabled alert types, '-H', '-l', '-f', '-C', or '-O' even
  511.               if  more than one failure or error is detected or if the failure
  512.               or error persists.  [This behavior can be modified; see the '-M'
  513.               Directive below.]
  514.  
  515.               To  send  email  to more than one user, please use the following
  516.               "comma      separated"      form      for      the      address:
  517.               user1@add1,user2@add2,...,userN@addN (with no spaces).
  518.  
  519.               To  test  that  email is being sent correctly, use the '-M test'
  520.               Directive described below to send  one  test  email  message  on
  521.               smartd startup.
  522.  
  523.               By  default,  email  is  sent using the system mail command.  In
  524.               order that smartd find the mail command (normally /bin/mail)  an
  525.               executable  named  'mail'  must  be  in the path of the shell or
  526.               environment from which smartd was started.  If you wish to spec-
  527.               ify  an  explicit  path  to  the  mail  executable  (for example
  528.               /usr/local/bin/mail) or a custom script to run, please  use  the
  529.               '-M exec' Directive below.
  530.  
  531.               Note  that  by default under Solaris, in the previous paragraph,
  532.               'mailx' and '/bin/mailx' are  used,  since  Solaris  '/bin/mail'
  533.               does not accept a '-s' (Subject) command-line argument.
  534.  
  535.               On  Windows, the 'Blat' mailer (http://blat.sourceforge.net/) is
  536.               used by default.  This mailer uses a different command line syn-
  537.               tax, see '-M exec' below.
  538.  
  539.               Note  also that there is a special argument <nomailer> which can
  540.               be given to the '-m' Directive in conjunction with the '-M exec'
  541.               Directive. Please see below for an explanation of its effect.
  542.  
  543.               If the mailer or the shell running it produces any STDERR/STDOUT
  544.               output, then a snippet of that output will be copied to  SYSLOG.
  545.               The  remainder  of  the  output  is  discarded.  If problems are
  546.               encountered in sending mail, this should help you to  understand
  547.               and  fix  them.  If you have mail problems, we recommend running
  548.               smartd in debug mode with the '-d' flag,  using  the  '-M  test'
  549.               Directive described below.
  550.  
  551.               The  following  extension is available on Windows: By specifying
  552.               'msgbox' as a mail address, a warning "email" is displayed as  a
  553.               message box on the screen.  Using both 'msgbox' and regular mail
  554.               addresses is possible, if 'msgbox' is  the  first  word  in  the
  555.               comma  separated list.  With 'sysmsgbox', a system modal (always
  556.               on top) message box is used. If running as a service, a  service
  557.               notification  message box (always shown on current visible desk-
  558.               top) is used.
  559.  
  560.  
  561.        -M TYPE
  562.               These Directives modify the behavior of the smartd  email  warn-
  563.               ings  enabled  with  the  '-m'  email Directive described above.
  564.               These '-M' Directives only work in  conjunction  with  the  '-m'
  565.               Directive and can not be used without it.
  566.  
  567.               Multiple  -M  Directives  may be given.  If more than one of the
  568.               following three -M Directives are given  (example:  -M  once  -M
  569.               daily) then the final one (in the example, -M daily) is used.
  570.  
  571.               The  valid arguments to the -M Directive are (one of the follow-
  572.               ing three):
  573.  
  574.               once - send only one warning email for each type of disk problem
  575.               detected.  This is the default.
  576.  
  577.               daily  -  send additional warning reminder emails, once per day,
  578.               for each type of disk problem detected.
  579.  
  580.               diminishing - send additional warning reminder emails,  after  a
  581.               one-day  interval,  then  a  two-day  interval,  then a four-day
  582.               interval, and so on for each type of disk problem detected. Each
  583.               interval is twice as long as the previous interval.
  584.  
  585.               In  addition,  one  may add zero or more of the following Direc-
  586.               tives:
  587.  
  588.               test - send a single test email immediately upon smartd startup.
  589.               This  allows  one  to  verify that email is delivered correctly.
  590.               Note that if this Directive is used, smartd will also  send  the
  591.               normal email warnings that were enabled with the '-m' Directive,
  592.               in addition to the single test email!
  593.  
  594.               exec PATH - run the executable PATH instead of the default  mail
  595.               command, when smartd needs to send email.  PATH must point to an
  596.               executable binary file or script.
  597.  
  598.               By setting PATH to point to a customized script,  you  can  make
  599.               smartd  perform  useful  tricks  when a disk problem is detected
  600.               (beeping the console, shutting down  the  machine,  broadcasting
  601.               warnings  to  all logged-in users, etc.)  But please be careful.
  602.               smartd will block until the executable PATH returns, so if  your
  603.               executable  hangs,  then  smartd  will  also  hang.  Some sample
  604.               scripts   are   included    in    /usr/local/share/doc/smartmon-
  605.               tools-5.37/examplescripts/.
  606.  
  607.               The  return  status  of  the executable is recorded by smartd in
  608.               SYSLOG. The executable is not expected to  write  to  STDOUT  or
  609.               STDERR.  If it does, then this is interpreted as indicating that
  610.               something is going wrong with your executable, and a fragment of
  611.               this  output  is  logged to SYSLOG to help you to understand the
  612.               problem.  Normally, if you wish to leave some record behind, the
  613.               executable should send mail or write to a file or device.
  614.  
  615.               Before  running the executable, smartd sets a number of environ-
  616.               ment variables.  These environment variables may be used to con-
  617.               trol  the  executable's  behavior.   The  environment  variables
  618.               exported by smartd are:
  619.  
  620.               SMARTD_MAILER
  621.                   is set to the argument of -M exec, if  present  or  else  to
  622.                   'mail' (examples: /bin/mail, mail).
  623.  
  624.               SMARTD_DEVICE
  625.                   is set to the device path (examples: /dev/hda, /dev/sdb).
  626.  
  627.               SMARTD_DEVICETYPE
  628.                   is  set  to  the  device  type  (possible values: ata, scsi,
  629.                   3ware,N, hpt,L/M/N).  Here N=0,...,15 denotes the  ATA  disk
  630.                   behind  a  3ware  RAID controller and L/M/N denotes the SATA
  631.                   disk behind a HighPoint RocketRAID controller.
  632.  
  633.               SMARTD_DEVICESTRING
  634.                   is set to the device description.  For SMARTD_DEVICETYPE  of
  635.                   ata  or  scsi, this is the same as SMARTD_DEVICE.  For 3ware
  636.                   RAID   controllers,   the    form    used    is    '/dev/sdc
  637.                   [3ware_disk_01]'.   For HighPoint RocketRAID controller, the
  638.                   form is '/dev/sdd [hpt_1/1/1]'.  In these cases  the  device
  639.                   string  contains  a  space  and  is  NOT  quoted.  So to use
  640.                   $SMARTD_DEVICESTRING in a bash script  you  should  probably
  641.                   enclose it in double quotes.
  642.  
  643.               SMARTD_FAILTYPE
  644.                   gives the reason for the warning or message email.  The pos-
  645.                   sible values that it takes and their meanings are:
  646.                   EmailTest: this is an email test message.
  647.                   Health: the SMART health status indicates imminent  failure.
  648.                   Usage: a usage Attribute has failed.
  649.                   SelfTest: the number of self-test failures has increased.
  650.                   ErrorCount:  the  number  of errors in the ATA error log has
  651.                   increased.
  652.                   CurrentPendingSector: one of more disk sectors could not  be
  653.                   read  and  are marked to be reallocated (replaced with spare
  654.                   sectors).
  655.                   OfflineUncorrectableSector:  during  off-line  testing,   or
  656.                   self-testing, one or more disk sectors could not be read.
  657.                   FailedHealthCheck: the SMART health status command failed.
  658.                   FailedReadSmartData:  the  command  to  read SMART Attribute
  659.                   data failed.
  660.                   FailedReadSmartErrorLog: the command to read the SMART error
  661.                   log failed.
  662.                   FailedReadSmartSelfTestLog:  the  command  to read the SMART
  663.                   self-test log failed.
  664.                   FailedOpenDevice: the open() command to the device failed.
  665.  
  666.               SMARTD_ADDRESS
  667.                   is determined by the address argument ADD of the '-m' Direc-
  668.                   tive.  If ADD is <nomailer>, then SMARTD_ADDRESS is not set.
  669.                   Otherwise, it is set to the  comma-separated-list  of  email
  670.                   addresses  given  by  the  argument  ADD,  with  the  commas
  671.                   replaced by  spaces  (example:admin@example.com  root).   If
  672.                   more  than one email address is given, then this string will
  673.                   contain space characters and is NOT quoted, so to use it  in
  674.                   a bash script you may want to enclose it in double quotes.
  675.  
  676.               SMARTD_MESSAGE
  677.                   is  set  to  the  one sentence summary warning email message
  678.                   string from smartd.   This  message  string  contains  space
  679.                   characters and is NOT quoted. So to use $SMARTD_MESSAGE in a
  680.                   bash script you should probably enclose it in double quotes.
  681.  
  682.               SMARTD_FULLMESSAGE
  683.                   is  set  to the contents of the entire email warning message
  684.                   string from smartd.  This message string contains space  and
  685.                   return   characters   and   is   NOT   quoted.   So  to  use
  686.                   $SMARTD_FULLMESSAGE in a bash  script  you  should  probably
  687.                   enclose it in double quotes.
  688.  
  689.               SMARTD_TFIRST
  690.                   is a text string giving the time and date at which the first
  691.                   problem of this type was reported. This text string contains
  692.                   space  characters  and  no  newlines, and is NOT quoted. For
  693.                   example:
  694.                   Sun Feb  9 14:58:19 2003 CST
  695.  
  696.               SMARTD_TFIRSTEPOCH
  697.                   is an integer, which is the unix epoch  (number  of  seconds
  698.                   since Jan 1, 1970) for SMARTD_TFIRST.
  699.  
  700.               The  shell  which  is  used to run PATH is system-dependent. For
  701.               vanilla Linux/glibc it's bash. For other systems, the  man  page
  702.               for popen(3) should say what shell is used.
  703.  
  704.               If  the  '-m ADD' Directive is given with a normal address argu-
  705.               ment, then the executable pointed to by PATH will be  run  in  a
  706.               shell  with  STDIN  receiving the body of the email message, and
  707.               with the same command-line arguments:
  708.               -s "$SMARTD_SUBJECT" $SMARTD_ADDRESS
  709.               that would normally be provided to 'mail'.  Examples include:
  710.               -m user@home -M exec /bin/mail
  711.               -m admin@work -M exec /usr/local/bin/mailto
  712.               -m root -M exec /Example_1/bash/script/below
  713.  
  714.               Note that on Windows, the syntax of the 'Blat' mailer is used:
  715.               - -q -subject "$SMARTD_SUBJECT" -to "$SMARTD_ADDRESS"
  716.  
  717.               If the '-m ADD' Directive is  given  with  the  special  address
  718.               argument  <nomailer>  then  the executable pointed to by PATH is
  719.               run in a shell with no STDIN and no command-line arguments,  for
  720.               example:
  721.               -m <nomailer> -M exec /Example_2/bash/script/below
  722.               If the executable produces any STDERR/STDOUT output, then smartd
  723.               assumes that something is going wrong, and  a  snippet  of  that
  724.               output will be copied to SYSLOG.  The remainder of the output is
  725.               then discarded.
  726.  
  727.               Some EXAMPLES of scripts that can be used  with  the  '-M  exec'
  728.               Directive are given below. Some sample scripts are also included
  729.               in /usr/local/share/doc/smartmontools-5.37/examplescripts/.
  730.  
  731.  
  732.        -f     Check  for  'failure'  of  any  Usage  Attributes.    If   these
  733.               Attributes  are less than or equal to the threshold, it does NOT
  734.               indicate imminent disk failure.  It "indicates an advisory  con-
  735.               dition  where  the  usage  or age of the device has exceeded its
  736.               intended design life period."  [Please see the smartctl -A  com-
  737.               mand-line option.]
  738.  
  739.        -p     Report  anytime  that  a Prefail Attribute has changed its value
  740.               since the last check, 30 minutes ago. [Please see  the  smartctl
  741.               -A command-line option.]
  742.  
  743.        -u     Report  anytime  that  a  Usage  Attribute has changed its value
  744.               since the last check, 30 minutes ago. [Please see  the  smartctl
  745.               -A command-line option.]
  746.  
  747.        -t     Equivalent  to  turning on the two previous flags '-p' and '-u'.
  748.               Tracks changes in all device  Attributes  (both  Prefailure  and
  749.               Usage). [Please see the smartctl -A command-line option.]
  750.  
  751.        -i ID  Ignore  device  Attribute number ID when checking for failure of
  752.               Usage Attributes.  ID must be a decimal  integer  in  the  range
  753.               from 1 to 255.  This Directive modifies the behavior of the '-f'
  754.               Directive and has no effect without it.
  755.  
  756.               This is useful, for example, if you have a  very  old  disk  and
  757.               don't  want to keep getting messages about the hours-on-lifetime
  758.               Attribute (usually Attribute 9)  failing.   This  Directive  may
  759.               appear multiple times for a single device, if you want to ignore
  760.               multiple Attributes.
  761.  
  762.        -I ID  Ignore  device  Attribute  ID  when  tracking  changes  in   the
  763.               Attribute  values.   ID  must  be a decimal integer in the range
  764.               from 1 to 255.  This Directive  modifies  the  behavior  of  the
  765.               '-p', '-u', and '-t' tracking Directives and has no effect with-
  766.               out one of them.
  767.  
  768.               This is useful, for example, if one of the device Attributes  is
  769.               the disk temperature (usually Attribute 194 or 231). It's annoy-
  770.               ing to get reports each  time  the  temperature  changes.   This
  771.               Directive  may appear multiple times for a single device, if you
  772.               want to ignore multiple Attributes.
  773.  
  774.        -r ID  When tracking, report the Raw value of Attribute ID  along  with
  775.               its  (normally reported) Normalized value.  ID must be a decimal
  776.               integer in the range from 1 to 255.  This Directive modifies the
  777.               behavior of the '-p', '-u', and '-t' tracking Directives and has
  778.               no effect without one of them.  This Directive may be given mul-
  779.               tiple times.
  780.  
  781.               A  common  use of this Directive is to track the device Tempera-
  782.               ture (often ID=194 or 231).
  783.  
  784.  
  785.        -R ID  When tracking, report whenever the Raw  value  of  Attribute  ID
  786.               changes.   (Normally  smartd  only tracks/reports changes of the
  787.               Normalized Attribute values.)  ID must be a decimal  integer  in
  788.               the  range  from 1 to 255.  This Directive modifies the behavior
  789.               of the '-p', '-u', and  '-t'  tracking  Directives  and  has  no
  790.               effect  without one of them.  This Directive may be given multi-
  791.               ple times.
  792.  
  793.               If this Directive is given, it automatically  implies  the  '-r'
  794.               Directive  for  the same Attribute, so that the Raw value of the
  795.               Attribute is reported.
  796.  
  797.               A common use of this Directive is to track the  device  Tempera-
  798.               ture (often ID=194 or 231).  It is also useful for understanding
  799.               how different types of system behavior  affects  the  values  of
  800.               certain Attributes.
  801.  
  802.  
  803.        -C ID  [ATA  only]  Report  if the current number of pending sectors is
  804.               non-zero.  Here ID is the id number of the Attribute  whose  raw
  805.               value is the Current Pending Sector count.  The allowed range of
  806.               ID is 0 to 255 inclusive.   To  turn  off  this  reporting,  use
  807.               ID = 0.   If  the -C ID option is not given, then it defaults to
  808.               -C 197 (since Attribute 197 is generally used to monitor pending
  809.               sectors).
  810.  
  811.               A  pending sector is a disk sector (containing 512 bytes of your
  812.               data) which the device would like to mark as ``bad" and  reallo-
  813.               cate.   Typically  this  is  because your computer tried to read
  814.               that sector, and the read failed because the data on it has been
  815.               corrupted  and  has  inconsistent  Error Checking and Correction
  816.               (ECC) codes.  This is important to know, because it  means  that
  817.               there  is some unreadable data on the disk.  The problem of fig-
  818.               uring out what file this data belongs to is operating system and
  819.               file  system  specific.   You  can typically force the sector to
  820.               reallocate by writing to it (translation: make the  device  sub-
  821.               stitute a spare good sector for the bad one) but at the price of
  822.               losing the 512 bytes of data stored there.
  823.  
  824.  
  825.        -U ID  [ATA only] Report if the number of offline uncorrectable sectors
  826.               is  non-zero.   Here  ID is the id number of the Attribute whose
  827.               raw value  is  the  Offline  Uncorrectable  Sector  count.   The
  828.               allowed  range  of  ID  is 0 to 255 inclusive.  To turn off this
  829.               reporting, use ID = 0.  If the -U ID option is not  given,  then
  830.               it  defaults to -U 198 (since Attribute 198 is generally used to
  831.               monitor offline uncorrectable sectors).
  832.  
  833.  
  834.               An offline uncorrectable sector is a disk sector which  was  not
  835.               readable during an off-line scan or a self-test.  This is impor-
  836.               tant to know, because if you have data stored in this disk  sec-
  837.               tor,  and  you  need to read it, the read will fail.  Please see
  838.               the previous '-C' option for more details.
  839.  
  840.  
  841.        -W DIFF[,INFO[,CRIT]]
  842.               Report if the current temperature had changed by at  least  DIFF
  843.               degrees  since last report. Report or Warn if the temperature is
  844.               greater or equal than one of INFO or CRIT  degrees  Celsius.  If
  845.               the  limit  CRIT is reached, a message with loglevel 'LOG_CRITI-
  846.               CAL' will be logged to syslog and a warning email will  be  send
  847.               if  '-m' is specified. If only the limit INFO is reached, a mes-
  848.               sage with loglevel 'LOG_INFO' will be logged.
  849.  
  850.               To disable any of the 3 reports, set the corresponding limit  to
  851.               0.  Trailing zero arguments may be omitted. By default, all tem-
  852.               perature reports are disabled ('-W 0').
  853.  
  854.               To track temperature changes of at least 2 degrees, use:
  855.                -W 2
  856.               To log informal messages on temperatures of at least 40 degrees,
  857.               use:
  858.                -W 0,40
  859.               For  warning  messages/mails  on  temperatures  of  at  least 45
  860.               degrees, use:
  861.                -W 0,0,45
  862.               To combine all of the above reports, use:
  863.                -W 2,40,45
  864.  
  865.               For ATA devices, smartd interprets Attribute 194 as  Temperature
  866.               Celsius by default. This can be changed to Attribute 9 or 220 by
  867.               the drive database or by the '-v' directive, see below.
  868.  
  869.  
  870.        -F TYPE
  871.               [ATA only] Modifies the behavior of  smartd  to  compensate  for
  872.               some known and understood device firmware bug.  The arguments to
  873.               this Directive are exclusive, so that only the  final  Directive
  874.               given is used.  The valid values are:
  875.  
  876.               none  - Assume that the device firmware obeys the ATA specifica-
  877.               tions.  This is the default, unless the device has  presets  for
  878.               '-F' in the device database.
  879.  
  880.               samsung - In some Samsung disks (example: model SV4012H Firmware
  881.               Version: RM100-08) some of the two- and four-byte quantities  in
  882.               the  SMART data structures are byte-swapped (relative to the ATA
  883.               specification).  Enabling this option tells smartd  to  evaluate
  884.               these  quantities  in byte-reversed order.  Some signs that your
  885.               disk needs this option are (1) no self-test  log  printed,  even
  886.               though  you  have  run self-tests; (2) very large numbers of ATA
  887.               errors reported in the ATA error log; (3) strange and impossible
  888.               values for the ATA error log timestamps.
  889.  
  890.               samsung2 - In more recent Samsung disks (firmware revisions end-
  891.               ing in "-23") the number of ATA errors reported is byte swapped.
  892.               Enabling  this  option tells smartd to evaluate this quantity in
  893.               byte-reversed order.
  894.  
  895.               Note that an explicit '-F' Directive will over-ride  any  preset
  896.               values for '-F' (see the '-P' option below).
  897.  
  898.  
  899.               [Please see the smartctl -F command-line option.]
  900.  
  901.  
  902.        -v N,OPTION
  903.               Modifies  the labeling for Attribute N, for disks which use non-
  904.               standard Attribute definitions.  This is  useful  in  connection
  905.               with the Attribute tracking/reporting Directives.
  906.  
  907.               This  Directive  may  appear  multiple times. Valid arguments to
  908.               this Directive are:
  909.  
  910.               9,minutes - Raw Attribute number 9 is power-on time in  minutes.
  911.               Its  raw value will be displayed in the form 'Xh+Ym'.  Here X is
  912.               hours, and Y is minutes in  the  range  0-59  inclusive.   Y  is
  913.               always  printed  with  two  digits,  for example '06' or '31' or
  914.               '00'.
  915.  
  916.               9,seconds - Raw Attribute number 9 is power-on time in  seconds.
  917.               Its  raw value will be displayed in the form 'Xh+Ym+Zs'.  Here X
  918.               is hours, Y is minutes in the range 0-59  inclusive,  and  Z  is
  919.               seconds in the range 0-59 inclusive.  Y and Z are always printed
  920.               with two digits, for example '06' or '31' or '00'.
  921.  
  922.               9,halfminutes - Raw Attribute number 9 is  power-on  time,  mea-
  923.               sured  in units of 30 seconds.  This format is used by some Sam-
  924.               sung disks.  Its  raw  value  will  be  displayed  in  the  form
  925.               'Xh+Ym'.   Here  X  is hours, and Y is minutes in the range 0-59
  926.               inclusive.  Y is always printed with  two  digits,  for  example
  927.               '06' or '31' or '00'.
  928.  
  929.               9,temp  - Raw Attribute number 9 is the disk temperature in Cel-
  930.               sius.
  931.  
  932.               192,emergencyretractcyclect - Raw Attribute number  192  is  the
  933.               Emergency Retract Cycle Count.
  934.  
  935.               193,loadunload  -  Raw Attribute number 193 contains two values.
  936.               The first is the number of load cycles.  The second is the  num-
  937.               ber  of  unload cycles.  The difference between these two values
  938.               is the number of times that the drive was  unexpectedly  powered
  939.               off  (also  called an emergency unload). As a rule of thumb, the
  940.               mechanical stress created by one emergency unload is  equivalent
  941.               to that created by one hundred normal unloads.
  942.  
  943.               194,10xCelsius  - Raw Attribute number 194 is ten times the disk
  944.               temperature in Celsius.  This is  used  by  some  Samsung  disks
  945.               (example: model SV1204H with RK100-13 firmware).
  946.  
  947.               194,unknown  - Raw Attribute number 194 is NOT the disk tempera-
  948.               ture, and its interpretation is unknown. This is primarily  use-
  949.               ful for the -P (presets) Directive.
  950.  
  951.               198,offlinescanuncsectorct  -  Raw  Attribute  number 198 is the
  952.               Offline Scan UNC Sector Count.
  953.  
  954.               200,writeerrorcount - Raw Attribute  number  200  is  the  Write
  955.               Error Count.
  956.  
  957.               201,detectedtacount  -  Raw Attribute number 201 is the Detected
  958.               TA Count.
  959.  
  960.               220,temp - Raw Attribute number 220 is the disk  temperature  in
  961.               Celsius.
  962.  
  963.               Note: a table of hard drive models, listing which Attribute cor-
  964.               responds    to     temperature,     can     be     found     at:
  965.               http://www.guzu.net/linux/hddtemp.db
  966.  
  967.               N,raw8  -  Print  the  Raw  value  of  Attribute  N as six 8-bit
  968.               unsigned base-10 integers.  This may be useful for decoding  the
  969.               meaning  of  the Raw value.  The form 'N,raw8' prints Raw values
  970.               for ALL  Attributes  in  this  form.   The  form  (for  example)
  971.               '123,raw8'  only  prints the Raw value for Attribute 123 in this
  972.               form.
  973.  
  974.               N,raw16 - Print the Raw value of Attribute  N  as  three  16-bit
  975.               unsigned  base-10 integers.  This may be useful for decoding the
  976.               meaning of the Raw value.  The form 'N,raw16' prints Raw  values
  977.               for  ALL  Attributes  in  this  form.   The  form  (for example)
  978.               '123,raw16' only prints the Raw value for Attribute 123 in  this
  979.               form.
  980.  
  981.               N,raw48  -  Print  the  Raw  value  of  Attribute  N as a 48-bit
  982.               unsigned base-10 integer.  This may be useful for  decoding  the
  983.               meaning  of the Raw value.  The form 'N,raw48' prints Raw values
  984.               for ALL  Attributes  in  this  form.   The  form  (for  example)
  985.               '123,raw48'  only prints the Raw value for Attribute 123 in this
  986.               form.
  987.  
  988.  
  989.        -P TYPE
  990.               Specifies whether smartd should use any preset options that  are
  991.               available for this drive.  The valid arguments to this Directive
  992.               are:
  993.  
  994.               use - use any presets that are available for this  drive.   This
  995.               is the default.
  996.  
  997.               ignore - do not use any presets for this drive.
  998.  
  999.               show - show the presets listed for this drive in the database.
  1000.  
  1001.               showall - show the presets that are available for all drives and
  1002.               then exit.
  1003.  
  1004.               [Please see the smartctl -P command-line option.]
  1005.  
  1006.  
  1007.        -a     Equivalent to turning on all of the following  Directives:  '-H'
  1008.               to  check  the  SMART  health status, '-f' to report failures of
  1009.               Usage (rather than Prefail) Attributes, '-t' to track changes in
  1010.               both  Prefailure  and  Usage Attributes, '-l selftest' to report
  1011.               increases in the number of Self-Test Log errors,  '-l error'  to
  1012.               report increases in the number of ATA errors, '-C 197' to report
  1013.               nonzero values of the current pending sector count, and '-U 198'
  1014.               to report nonzero values of the offline pending sector count.
  1015.  
  1016.               Note  that  -a is the default for ATA devices.  If none of these
  1017.               other Directives is given, then -a is assumed.
  1018.  
  1019.  
  1020.        #      Comment: ignore the remainder of the line.
  1021.  
  1022.        \      Continuation character: if this is the last  non-white  or  non-
  1023.               comment  character  on a line, then the following line is a con-
  1024.               tinuation of the current one.
  1025.  
  1026.        If you are not sure which Directives to use,  I  suggest  experimenting
  1027.        for  a  few  minutes with smartctl to see what SMART functionality your
  1028.        disk(s) support(s).  If you do not like voluminous syslog  messages,  a
  1029.        good choice of smartd configuration file Directives might be:
  1030.        -H -l selftest -l error -f.
  1031.        If you want more frequent information, use: -a.
  1032.  
  1033.  
  1034.        ADDITIONAL DETAILS ABOUT DEVICESCAN
  1035.               If  the first non-comment entry in the configuration file is the
  1036.               text string DEVICESCAN in  capital  letters,  then  smartd  will
  1037.               ignore  any  remaining lines in the configuration file, and will
  1038.               scan for devices.
  1039.  
  1040.               If DEVICESCAN is not followed by  any  Directives,  then  smartd
  1041.               will  scan  for  both ATA and SCSI devices, and will monitor all
  1042.               possible SMART properties of any devices that are found.
  1043.  
  1044.               DEVICESCAN may optionally be followed by any  valid  Directives,
  1045.               which will be applied to all devices that are found in the scan.
  1046.               For example
  1047.               DEVICESCAN -m root@example.com
  1048.               will scan for all devices, and then monitor them.  It will  send
  1049.               one email warning per device for any problems that are found.
  1050.               DEVICESCAN -d ata -m root@example.com
  1051.               will do the same, but restricts the scan to ATA devices only.
  1052.               DEVICESCAN -H -d ata -m root@example.com
  1053.               will  do  the same, but only monitors the SMART health status of
  1054.               the devices, (rather than the default  -a,  which  monitors  all
  1055.               SMART properties).
  1056.  
  1057.  
  1058.        EXAMPLES OF SHELL SCRIPTS FOR '-M exec'
  1059.               These  are  two  examples of shell scripts that can be used with
  1060.               the '-M exec PATH' Directive described previously.  The paths to
  1061.               these  scripts  and  similar executables is the PATH argument to
  1062.               the '-M exec PATH' Directive.
  1063.  
  1064.               Example 1: This script is for  use  with  '-m  ADDRESS  -M  exec
  1065.               PATH'.   It  appends  the output of smartctl -a to the output of
  1066.               the smartd email warning message and sends it to ADDRESS.
  1067.  
  1068.  
  1069.               #! /bin/bash
  1070.  
  1071.               # Save the email message (STDIN) to a file:
  1072.               cat > /root/msg
  1073.  
  1074.               # Append the output of smartctl -a to the message:
  1075.               /usr/local/sbin/smartctl -a -d $SMART_DEVICETYPE $SMARTD_DEVICE >> /root/msg
  1076.  
  1077.               # Now email the message to the user at address ADD:
  1078.               /bin/mail -s "$SMARTD_SUBJECT" $SMARTD_ADDRESS < /root/msg
  1079.  
  1080.               Example 2: This script is for use with '-m  <nomailer>  -M  exec
  1081.               PATH'.  It  warns  all users about a disk problem, waits 30 sec-
  1082.               onds, and then powers down the machine.
  1083.  
  1084.  
  1085.               #! /bin/bash
  1086.  
  1087.               # Warn all users of a problem
  1088.               wall 'Problem detected with disk: ' "$SMARTD_DEVICESTRING"
  1089.               wall 'Warning message from smartd is: ' "$SMARTD_MESSAGE"
  1090.               wall 'Shutting down machine in 30 seconds... '
  1091.  
  1092.               # Wait half a minute
  1093.               sleep 30
  1094.  
  1095.               # Power down the machine
  1096.               /sbin/shutdown -hf now
  1097.  
  1098.               Some example scripts  are  distributed  with  the  smartmontools
  1099.               package,   in   /usr/local/share/doc/smartmontools-5.37/example-
  1100.               scripts/.
  1101.  
  1102.               Please note that these scripts typically run  as  root,  so  any
  1103.               files  that  they  read/write should not be writable by ordinary
  1104.               users or reside in directories like /tmp that  are  writable  by
  1105.               ordinary users and may expose your system to symlink attacks.
  1106.  
  1107.               As  previously  described,  if  the  scripts  write to STDOUT or
  1108.               STDERR, this is interpreted as  indicating  that  there  was  an
  1109.               internal error within the script, and a snippet of STDOUT/STDERR
  1110.               is logged to SYSLOG.  The remainder is flushed.
  1111.  
  1112.  
  1113.  
  1114.  
  1115. AUTHOR
  1116.        Bruce Allen smartmontools-support@lists.sourceforge.net
  1117.        University of Wisconsin - Milwaukee Physics Department
  1118.  
  1119.  
  1120.  
  1121. CONTRIBUTORS
  1122.        The following have made large contributions to smartmontools:
  1123.        Casper Dik (Solaris SCSI interface)
  1124.        Christian Franke (Windows interface and Cygwin package)
  1125.        Douglas Gilbert (SCSI subsystem)
  1126.        Guido Guenther (Autoconf/Automake packaging)
  1127.        Geoffrey Keating (Darwin ATA interface)
  1128.        Eduard Martinescu (FreeBSD interface)
  1129.        Frederic L. W. Meunier (Web site and Mailing list)
  1130.        Keiji Sawada (Solaris ATA interface)
  1131.        Sergey Svishchev (NetBSD interface)
  1132.        David Snyder and Sergey Svishchev (OpenBSD interface)
  1133.        Phil Williams (User interface and drive database)
  1134.        Shengfeng Zhou (Linux Highpoint RocketRaid interface)
  1135.        Many other individuals have made smaller contributions and corrections.
  1136.  
  1137.  
  1138.  
  1139. CREDITS
  1140.        This  code  was derived from the smartsuite package, written by Michael
  1141.        Cornwell, and from the previous ucsc  smartsuite  package.  It  extends
  1142.        these  to  cover  ATA-5  disks. This code was originally developed as a
  1143.        Senior Thesis by Michael Cornwell at the Concurrent Systems  Laboratory
  1144.        (now  part  of the Storage Systems Research Center), Jack Baskin School
  1145.        of    Engineering,    University    of    California,    Santa    Cruz.
  1146.        http://ssrc.soe.ucsc.edu/ .
  1147.  
  1148. HOME PAGE FOR SMARTMONTOOLS:
  1149.        Please  see  the following web site for updates, further documentation,
  1150.        bug reports and patches:
  1151.        http://smartmontools.sourceforge.net/
  1152.  
  1153.  
  1154. SEE ALSO:
  1155.        smartd(8),  smartctl(8),  syslogd(8),   syslog.conf(5),   badblocks(8),
  1156.        ide-smart(8), regex(7).
  1157.  
  1158.  
  1159. CVS ID OF THIS PAGE:
  1160.        $Id: smartd.conf.5.in,v 1.82 2006/12/20 07:30:43 sxzzsf Exp $
  1161.  
  1162.  
  1163.  
  1164. smartmontools-5.37                2006/12/20                    SMARTD.CONF(5)
  1165.